DLL Extractor: One of the first programs I wrote was a program that used over 30 bitmaps and 30 wav files. Whenever I distributed the program I had to make sure I included all of the files for the program to work. Sure, I could have embeded the images in the executable, but at what cost? The size of the program would have been very large. Furthermore, if I have a situation where I use sounds and images more than once, I can just reference the DLL. All in all I believe this is a great way to handle extraneous file management. It has taken me a long time to solve the problem. I apologize for charging for the source, but I have sunk a lot of resources, no pun intended into this work. I will state that you do not need to be a C programmer to do this. I cannot program in C. You will need to get another piece of software to create the DLL's. Refer to the about section of the demo to get info on obtaining the source. Mike Park mikepark@ix.netcom.com